There're 3 dice, two are fair, one is not. The non-fair dice has an occurrence of $5$ instead of $4$. That is the non-fair dice is $\{1,2,3,5,5,6\}.$ We choose one dice from the three randomly, and throw it twice. Suppose a dice was chosen such that it returned $5$ in both rolls. We now choose a dice from the remaining dice and throw it once. What is the probability that the dice will return $5$?
Let $A_{55}$ be the event in which both rolls returned $5$. In the related question I posted earlier (outcome from fair and non-fair dice, dice are chosen from other dice part1): $$A_{55} = \frac{2}{3}\cdot\frac{1}{6}\cdot\frac{1}{6} + \frac{1}{3}\cdot\frac{1}{3}\cdot\frac{1}{3}$$ Let $A_5$ be the event in which a roll will return $5$. $$ A_5 = \frac{1}{2}\cdot\frac{1}{6} + \frac{1}{2}\cdot \frac{1}{3} $$ because now we need to choose one dice from 2.
Now I'd use Bayes Rule: $$ P(A_5|A_{55}) = \frac{P(A_5 \cap A_{55})}{P(A_{55})} $$ This is pretty much where I'm stuck because I don't know how to proceed with the nominator. $P(A_5)$ and $P(A_{55})$ are not independent so we can't multiply them I think.

You found $P(A_{55})$ correctly. Now, we just need to find $P(A_5 \cap A_{55})$. This is a bit complicated since there are more than two cases, but it is still doable.
Case 1: Fair first, then unfair
Case 2: Unfair first, then fair
Case 3: Fair first, then fair
Case 4: Unfair first, then unfair
Now, by Law of Total Probability, multiply within the cases and add between:
$$P(A_5 \cap A_{55})=\frac 2 3\cdot\frac 1 2\cdot\frac 1 {36}\cdot\frac 1 3+\frac 1 3\cdot1\cdot\frac 1 9\cdot\frac 1 6+\frac 2 3\cdot\frac 1 2\cdot\frac 1 {36}\cdot\frac 1 6=\frac{7}{648}$$
Now, use Bayes' Rule: $$P(A_5 | A_{55})=\frac{P(A_5 \cap A_{55})}{P(A_{55})}=\frac{\frac{7}{648}}{\frac{2}{3}\cdot\frac{1}{6}\cdot\frac{1}{6} + \frac{1}{3}\cdot\frac{1}{3}\cdot\frac{1}{3}}=\frac{7}{36}$$