First, sort the given data in ascending order:
\[
9, \, 10, \, 11, \, 11, \, 13, \, 14, \, 15, \, 17, \, 18, \, 69
\]
Since there are 10 numbers (even count), the median is the average of the 5th and 6th values:
\[
\frac{13 + 14}{2} = 13.5.
\]
Final Answer:
\[
\boxed{13.5}
\]